body {
  font-family: Arial, sans-serif;
  padding: 20px;
  background: #ffffff;
}

/* scroll wrapper se šipkami */
.product-section {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}


/*poradi ramecku*/
.product-scroll {
  display: flex;
  gap: 20px;
  overflow-x: hidden; 
  scroll-behavior: smooth;
  width: 100%;
}

/* rámeček */
.product-item {
  flex: 0 0 200px;  
  text-decoration: none;
  color: #000;
  text-align: center;
  margin-bottom: 30px;
}

/*obrys rameku*/
.image-wrapper {
  width: 200px;
  height: 260px;             
  border-radius: 12px;
  border: 1px solid #ccc;
  overflow: hidden;
  display: flex;
  flex-direction: column;     
  background: #fff;
  position: relative;
}

.image-wrapper .info {
  padding: 6px;
  text-align: center;
  flex-grow: 1;
  justify-content: center;
}


/*pozice obrazku*/
.image-wrapper .image {
  height: 160px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/*popisek*/
.product-item .caption {
  display: block;
  margin-top: 5px;
  font-weight: bold;
  font-size: 14px;
  color: #000;
}

/*pole detail*/
.product-item .button {
    height: 28px;
    min-width: 60px;  
    background-color: #D14FC0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #ffffff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 6px;
    font-size: 15px; 
    font-weight: bolder; 
    transition: background-color 0.3s, color 0.3s;
}

/*pole novinka*/
.product-item .novinka {
    height: 32px;
    width: 70px;
    padding: 0 12px;  
    background-color: #3C840F;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #ffffff;
    position: absolute;
    left: 6px;
    top: 6px;
    font-size: 14px; 
    font-weight: bolder; 
}

.product-item .tip {
    height: 28px;
    width: 50px;
    padding: 0 12px;  
    background-color: #008392;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #ffffff;
    position: absolute;
    left: 6px;
    top: 6px;
    font-size: 14px; 
    font-weight: bolder; 
}


.product-item .tip2 {
    height: 28px;
    width: 50px;
    padding: 0 12px; 
    margin-top: 40px; 
    background-color: #008392;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #ffffff;
    position: absolute;
    left: 6px;
    top: 6px;
    font-size: 14px; 
    font-weight: bolder; 
}

/* cena */
.product-item .price {
  display: block;
  margin-top: 2px;
  font-size: 13px;
  color: #444;
}

/* šipky */
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;

  background: rgba(0, 0, 0, 0.4); /* tmavé pozadí */
  color: #fff;                  /* bílá šipka */

  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
  user-select: none;
  z-index: 10;
  
}

.arrow-left { left: -20px; }
.arrow-right { right: -20px; }


/*rameck kaprarina*/
.prvbibox {
  height: 130px;
  width: 410px;
  background: #D14FC0;
  border-radius: 15px;
  margin-bottom: 20px;
   justify-content: center;
 align-items: center;
 display: flex;
 flex-direction: column;
 align-items: start;
 padding-left: 50px;
 

 transform: scale(1);
  transition: 
    transform 0.25s ease,
    box-shadow 0.25s ease;
  will-change: transform;

  
 background-image: url('https://www.skullfish.cz/user/documents/upload/gallery/tempImage3EX7fY_small.jpg');
  background-attachment: fixed; /* Fixace k oknu prohlížeče */
  background-size: 50%;      /* Logo se celé vejde (nebo 'cover' pro vyplnění) */
  background-repeat: no-repeat;
  background-position: right;
  
  display: flex;
  flex-direction: column; 

} 

.druhybox {
height: 130px;
  width: 410px;
  background: #D14FC0;
  border-radius: 15px;
  margin-bottom: 20px;
   justify-content: center;
 align-items: center;
 display: flex;
 flex-direction: column;
 align-items: start;
 padding-left: 50px;
 

 transform: scale(1);
  transition: 
    transform 0.25s ease,
    box-shadow 0.25s ease;
  will-change: transform;

  
 background-image: url('https://www.skullfish.cz/user/documents/upload/Snímek obrazovky 2026-01-17 115605.png');
  background-attachment: fixed; /* Fixace k oknu prohlížeče */
  background-size: 50%;      /* Logo se celé vejde (nebo 'cover' pro vyplnění) */
  background-repeat: no-repeat;
  background-position: right;
  
  display: flex;
  flex-direction: column; 
} 

.tertibox {
  height: 130px;
  width: 410px;
  background: #D14FC0;
  border-radius: 15px;
  margin-bottom: 20px;
   justify-content: center;
 align-items: center;
 display: flex;
 flex-direction: column;
 align-items: start;
 padding-left: 50px;
 

 transform: scale(1);
  transition: 
    transform 0.25s ease,
    box-shadow 0.25s ease;
  will-change: transform;

  
 background-image: url('https://www.skullfish.cz/user/documents/upload/gallery/pop mini.jpg');
  background-attachment: fixed; /* Fixace k oknu prohlížeče */
  background-size: 50%;      /* Logo se celé vejde (nebo 'cover' pro vyplnění) */
  background-repeat: no-repeat;
  background-position: right;
  
  display: flex;
  flex-direction: column; 
} 

.ctvrtybox {
  height: 130px;
  width: 410px;
  background: #D14FC0;
  border-radius: 15px;
  margin-bottom: 20px;
   justify-content: center;
 align-items: center;
 display: flex;
 flex-direction: column;
 align-items: start;
 padding-left: 50px;
 

 transform: scale(1);
  transition: 
    transform 0.25s ease,
    box-shadow 0.25s ease;
  will-change: transform;

  
 background-image: url('https://www.skullfish.cz/user/documents/upload/gallery/Snímek obrazovky 2026-01-17 174510.png');
  background-attachment: fixed; /* Fixace k oknu prohlížeče */
  background-size: 50%;      /* Logo se celé vejde (nebo 'cover' pro vyplnění) */
  background-repeat: no-repeat;
  background-position: right;
  
  display: flex;
  flex-direction: column; 
} 

.patybox {
  height: 130px;
  width: 410px;
  background: #D14FC0;
  border-radius: 15px;
  margin-bottom: 20px;
   justify-content: center;
 align-items: center;
 display: flex;
 flex-direction: column;
 align-items: start;
 padding-left: 50px;
 

 transform: scale(1);
  transition: 
    transform 0.25s ease,
    box-shadow 0.25s ease;
  will-change: transform;

  
 background-image: url('https://www.skullfish.cz/user/documents/upload/Snímek obrazovky 2026-01-17 115519.png');
  background-attachment: fixed; /* Fixace k oknu prohlížeče */
  background-size: 50%;      /* Logo se celé vejde (nebo 'cover' pro vyplnění) */
  background-repeat: no-repeat;
  background-position: right;
  
  display: flex;
  flex-direction: column; 
} 



.prvbibox:hover {
  box-shadow: 0 20px 50px rgba(0,0,0,.5);
 transform: scale(1.01);
}
.druhybox:hover {
  box-shadow: 0 20px 50px rgba(0,0,0,.5);
 transform: scale(1.01);
}

.tertibox:hover {
  box-shadow: 0 20px 50px rgba(0,0,0,.5);
 transform: scale(1.01);
}

.ctvrtybox:hover {
  box-shadow: 0 20px 50px rgba(0,0,0,.5);
 transform: scale(1.01);
}
.patybox:hover {
  box-shadow: 0 20px 50px rgba(0,0,0,.5);
 transform: scale(1.01);
}

.bu:hover {
  box-shadow: 0 20px 50px rgba(0,0,0,.5);
 transform: scale(1.01);
}

.containerb {
 justify-content: center;
 align-items: center;
 display: flex;
}

.textvpoli {
 color: #ffffff;
 margin: 0;
 font-weight: bold;
 font-size: larger;
}

.radek {
  display: flex;
  flex-wrap: wrap;        /* důležité – zalomí boxy, když se nevejdou */
  gap: 10px;              /* mezery mezi boxy */
  justify-content: center;
  
}

@media (max-width: 450px) {
  .prvbibox,
  .druhybox,
  .tertibox,
  .ctvrtybox,
  .patybox {
    padding-left: 20px;   /* méně odsazení na mobilu */
    height: auto;          /* výška se přizpůsobí obsahu */
  }
}

.logo {
  justify-content: center;
  top: 0px;
  left: 10px;
   width: 100%;    /* velikost loga jako procento šířky boxu */
  height: auto;  /* zachová poměr stran obrázku */
  max-width: 100px;
  margin-bottom: 6px;
}

.slider {
  position: relative;
  width: 90%;          /* desktop šířka */
  max-width: 1000px;   /* limit pro velké obrazovky */
  margin: 20px auto 40px;
  overflow: hidden;
  border-radius: 10px;
}

.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slides img {
    width: 100%;
  flex-shrink: 0;
}

.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;

  background: rgba(0, 0, 0, 0.4); /* tmavé pozadí */
  color: #fff;                  /* bílá šipka */

  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
  user-select: none;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.5s;
  text-decoration: none;
}

.prev {left: 10px; }
.next {right: 10px; }

.slider:hover .prev,
.slider:hover .next {
  opacity: 1;              /* zobrazí se při hoveru */
}





@media (max-width: 600px) {
  .prev, .next {
    font-size: 1.rem;
    padding: 0.3rem 0.6rem;
  }
}

@media (max-width: 1000px) {
  .slider {
    width: 100vw;          /* 120% šířky viewportu */
    max-width: none;       /* žádný limit */
    margin-left: -7.5vw;    /* posune slider na střed */
    border-radius: 0;
    margin-bottom: 15px;
  }
}
